home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / PFLD.ARJ / MANUAL.TXT < prev    next >
Text File  |  1992-09-08  |  2KB  |  47 lines

  1.                            PFLD MANUAL
  2.  
  3. Program and Documentation Copyright (c) 1992, Jie Zhang.  All
  4. rights reserved.
  5.  
  6. Any other products mentioned are trademarks of their corresponding
  7. developers.
  8.  
  9.                           INTRODUCTION
  10.  
  11. After working on your computer for a while, you will find there are
  12. so many junk files (such as *.bak, *.swp, *.obj, etc.) scattered
  13. all over directories on your drives. They are useless but costing
  14. your computer space. Did you ever wish for an easy way to delete
  15. those junk files? Now here is the tool which does it all for you.
  16. Pattern File List/Delete (PFLD) is a DOS utility which will make it
  17. easier for you to delete files you specified.
  18.  
  19.                           INSTRUCTIONS
  20.  
  21. PFLD is capable of searching for multiple drives as you specify.
  22. The specified drive must be valid name on the machine. Multiple
  23. drive names must be separated by spaces. If you do not specify the
  24. drives, PFLD will search for all drives available on your machine.
  25. File name pattern may consists of wide characters * and ? and valid
  26. letter required by DOS. Two options are available (see below). But
  27. only one option is allowed at a time. Lower and upper cases are
  28. interpreted as the same to the options. 
  29.  
  30. Usage: 
  31.      pfld [drives:] FilePattern [/option]
  32. where:
  33.      /D -- delete all matched files without confirm
  34.      /C -- delete each matched files with confirm
  35.      /L -- list all matched files (default)
  36.  
  37. examples: 
  38.      pfld a: c: *.zip 
  39.           -- list all zip files on drive a: and c:
  40.      pfld c: junk?.* /D
  41.           -- delete all files which match junk?.* without confirm
  42.      pfld c: d: *.bak /c
  43.           -- delete all .BAK files on drive c: d: with confirm
  44.  
  45.                            LIMITATIONS
  46. . Cannot delete directories.
  47.